Vcenter NamespaceManagement SupervisorServices Info
The Vcenter NamespaceManagement SupervisorServices Info schema contains detailed information about a Supervisor Service.
This schema was added in vSphere API 7.0.3.0.
{
"display_name": "string",
"state": "string",
"description": "string",
"has_default_versions_registered": false,
"must_be_installed": false
}
The human readable name of the Supervisor Service.
This property was added in vSphere API 7.0.3.0.
The current Vcenter NamespaceManagement SupervisorServices State of the Supervisor Service.
For more information see: Vcenter NamespaceManagement SupervisorServices State.
This property was added in vSphere API 7.0.3.0.
A human readable description of the Supervisor Service.
This property was added in vSphere API 7.0.3.0.
If missing or null
, no description is available for the Supervisor Service.
If true
, this Supervisor Service has at least one version registered by default on vCenter, and those default versions cannot be deleted. If false
, this service does not have any default registered versions.
This property was added in vSphere API 8.0.3.0.
This property is optional because it was added in a newer version than its parent node.
If true
, this Supervisor Service will be installed by default on each Supervisor, though the version may differ on different Supervisors. Users can upgrade this version later, but cannot uninstall the service. If false
, this service will not be installed by default on Supervisors.
This property was added in vSphere API 8.0.3.0.
This property is optional because it was added in a newer version than its parent node.